Skip to content

feat(solution): remove and re-add project during rename#28

Merged
CalvinAllen merged 1 commit into
mainfrom
feat/solution/remove-readd-project-v2
Dec 20, 2025
Merged

feat(solution): remove and re-add project during rename#28
CalvinAllen merged 1 commit into
mainfrom
feat/solution/remove-readd-project-v2

Conversation

@CalvinAllen

Copy link
Copy Markdown
Contributor

Summary

  • Removes project from solution before any file operations
  • Re-adds project to solution with the new path after rename completes
  • This ensures the solution file properly reflects the renamed project

Test plan

  • Rename a project and verify it's removed from solution during rename
  • Verify project is re-added to solution after rename
  • Verify solution file (.sln/.slnx) is updated with new project path

Closes #22

- Remove project from solution before file operations
- Re-add project to solution with new path after rename

Closes #22
@CalvinAllen CalvinAllen force-pushed the feat/solution/remove-readd-project-v2 branch from dd42405 to 279eb0f Compare December 20, 2025 16:25
@CalvinAllen CalvinAllen merged commit cbe7381 into main Dec 20, 2025
@CalvinAllen CalvinAllen deleted the feat/solution/remove-readd-project-v2 branch December 20, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

feat(solution): remove and re-add project to solution

1 participant